toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
common.error
Namespace
error
Types
Functions
Properties
Types
issue
Link copied to clipboard
enum
issue
type
Link copied to clipboard
enum
type
Properties
base_template
Link copied to clipboard
val
base_template
:
text
=
"{\"type\":\"%s\",\"issue\":\"%s\"}"
ignorable_template
Link copied to clipboard
val
ignorable_template
:
text
=
"{\"type\":\"%s\",\"details\":\"%s\"}"
prefix_template
Link copied to clipboard
val
prefix_template
:
text
=
"{\"type\":\"%s\",\"issue\":\"%s\",\"description\":\"%s"
with_description_template
Link copied to clipboard
val
with_description_template
:
text
=
"{\"type\":\"%s\",\"issue\":\"%s\",\"description\":\"%s\"}"
Functions
ignorable
Link copied to clipboard
function
ignorable
(
details
:
text
)
:
text
new
Link copied to clipboard
function
new
(
type
:
type
,
issue
:
issue
,
details
:
text
)
:
text
prefix
Link copied to clipboard
function
prefix
(
type
:
type
,
issue
:
issue
,
details
:
text
)
:
text